runtime.debugLogWriter.writeUint64LE (method)

3 uses

	runtime (current package)
		debuglog.go#L500: 	l.writeUint64LE(tick)
		debuglog.go#L501: 	l.writeUint64LE(nano)
		debuglog.go#L506: func (l *debugLogWriter) writeUint64LE(x uint64) {